home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / Tabs On The Web / Tabs On The Web 1.0b2 PPC / WebDB Datafolder / WebDB Templates / Detail Page template < prev    next >
Encoding:
Text File  |  1999-05-20  |  1.0 KB  |  52 lines  |  [TEXT/R*ch]

  1. <html>
  2. <head><title>Testing Page</title></head>
  3. <body bgcolor=white>
  4.  
  5. <blockquote>
  6. <hr noshade>
  7. <blockquote>
  8.  
  9.  
  10. <table>
  11.  
  12. <tr><td colspan=2>
  13.     <font size=+2><b> <field first name> <field last name> </b></font size>
  14.     </td>
  15. </tr>
  16.  
  17. <tr><td colspan=2><hr size=1></td></tr>
  18.  
  19. <tr>
  20.     <td><b>Address:</b></td>
  21.     <td><field address></td>
  22. </tr>
  23.  
  24. <tr>
  25.     <td><b>Extension:</b></td>
  26.     <td><field extension></td>
  27. </tr>
  28.  
  29. <tr>
  30.     <td><b>email Address:</b></td>
  31.     <td><a href="mailto:<field email>"><field email></a></td>
  32. </tr>
  33.  
  34. </table>
  35.  
  36. </blockquote>
  37. <center>
  38.  
  39. <previous record enabled link>Previous Record</previous record enabled link>
  40. <previous record disabled link><font color="#777777">Previous Record</font color></previous record disabled link>
  41. |
  42. <next record disabled link><font color="#777777">Next Record</font color></next record disabled link>
  43. <next record enabled link>Next Record</next record enabled link>
  44.  
  45. <p>
  46.  
  47. <hr noshade>
  48. <font size=-1><a href="<searchlink>">Search The Database</a> |
  49. <a href="<browselink>">Browse the database</a></font>
  50.  
  51. </body></html>
  52.